Parent Topic: SGLDisplay
SGLPreferPixmap* GetPreferPixmap (void);The GetPreferPixmap() method returns the preferred image packing order information for SGLImage objects on this display. The information is returned as a pointer to the internal structure of information about preferred packing order. The returned structure should not be altered or freed.
Since it is possible that pixmaps are running on different servers, it cannot necessarily be expected that the packing format is the same for all pixmaps of a SGL application.
See Also: SGLPreferPixmap, DrawImage()